home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
C++ für Kids
/
C++ for kids.iso
/
Buch
/
Befund2A.dfm
/
Befund2A.txt
Wrap
Text File
|
1998-12-17
|
2KB
|
111 lines
object Form1: TForm1
Left = 273
Top = 120
Width = 435
Height = 326
Caption = 'Seelenklempner II'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = []
OnCreate = FormCreate
PixelsPerInch = 120
TextHeight = 16
object GroupBox1: TGroupBox
Left = 16
Top = 16
Width = 400
Height = 60
Caption = 'Das sagst Du mir'
Font.Charset = ANSI_CHARSET
Font.Color = clBlack
Font.Height = -17
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
TabOrder = 0
object Edit1: TEdit
Left = 10
Top = 24
Width = 380
Height = 28
TabOrder = 0
end
end
object GroupBox2: TGroupBox
Left = 16
Top = 88
Width = 400
Height = 60
Caption = 'Das sag ich Dir'
Font.Charset = ANSI_CHARSET
Font.Color = clBlack
Font.Height = -17
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
TabOrder = 1
object Panel1: TPanel
Left = 10
Top = 24
Width = 380
Height = 25
BevelOuter = bvLowered
TabOrder = 0
end
end
object GroupBox3: TGroupBox
Left = 16
Top = 160
Width = 400
Height = 60
Caption = 'Diagnose-Manipulator'
Font.Charset = ANSI_CHARSET
Font.Color = clBlack
Font.Height = -17
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
TabOrder = 2
object ScrollBar1: TScrollBar
Left = 10
Top = 24
Width = 380
Height = 25
TabOrder = 0
OnChange = ScrollBar1Change
end
end
object Button1: TButton
Left = 48
Top = 240
Width = 140
Height = 40
Caption = 'Neu'
Font.Charset = ANSI_CHARSET
Font.Color = clBlack
Font.Height = -17
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
TabOrder = 3
OnClick = Button1Click
end
object Button2: TButton
Left = 240
Top = 240
Width = 140
Height = 40
Caption = 'Fertig'
Font.Charset = ANSI_CHARSET
Font.Color = clBlack
Font.Height = -17
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
TabOrder = 4
OnClick = Button2Click
end
end